From e1350ad47962d3a8a9df1ba386868095a1cf1846 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 16 Apr 2005 04:03:13 +0000 Subject: [PATCH] Honour maxcmts for files, too. (For explorist...) --- magproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magproto.c b/magproto.c index c094c68a5..753fcd624 100644 --- a/magproto.c +++ b/magproto.c @@ -1215,7 +1215,7 @@ mag_waypt_pr(const waypoint *waypointp) * to deliver turn-by-turn popups for street routing) allow a * cap on the comments delivered so we leave space for it to route. */ - if (odesc && !is_file && (wptcmtcnt++ >= wptcmtcnt_max)) + if (odesc && /* !is_file && */ (wptcmtcnt++ >= wptcmtcnt_max)) odesc[0] = 0; sprintf(obuf, "PMGNWPL,%4.3f,%c,%09.3f,%c,%07.lf,M,%-.8s,%-.46s,%s", -- 2.30.2